Accruent Meridian Enterprise 2021 VBScript API Reference

AskInput Method

Shows an input field in the batch progress dialog.

Syntax

AskInput(ID As String, Label As String, [Type as AS_INPUT_RESULT_TYPE], [Rule As AS_INPUT_VALIDATION_RULE], [Prototype As String])
Parameters
Name Description

ID

Identifier for this input field that can be used to refer to the user's answer.

Label

Text of the field label.

Type

Optional value that represents the type of input that is accepted.

Rule

Optional value that represents the type of input validation performed.

Prototype

Optional name of an existing custom property from which to inherit the property's validation rules.

Example

See Confirmation Method